home *** CD-ROM | disk | FTP | other *** search
/ 130 MIDI Tool Box / 130 MIDI Tool Box.iso / lmp32c / music.cfg < prev    next >
Text File  |  1990-06-30  |  4KB  |  66 lines

  1. IBM Proprinter;  Printer name (up to 14 characters)
  2. 27,65,8,27,50;   Line spacing, begin & initalization commands
  3. 27,76,128,2;     Graphics mode command for 120 DPI (double density)
  4. 13;              Carriage Return command
  5. 10;              Linefeed command
  6. ;                Left margin indent
  7. ;                Pin flag
  8. 816;             Midi I/O Card Address (816=330H, 824=338H)
  9. 2;               Midi I/O Card IRQ number
  10.  
  11.            DOT-MATRIX PRINTER CONFIGURATION INFORMATION
  12.  
  13. This text file provides user-customization of many additional printers
  14. not directly supported by L.M.P  All dot-matrix printing is intended for
  15. rough draft purposes. 24-pin printers are supported at the same resolution
  16. as 9-pin printers. If your printer supports an Epson FX mode, we recommend
  17. using it. If not, the 24-pin mode may work for you.
  18.  
  19. o  Only the first 9 lines of this file are significant.
  20.    Anthing placed below the 9th line will be ignored.
  21.    You may delete all but the first 9 lines to save space.
  22. o  Values must be decimal, separated by commas without spaces and
  23.    must end with a semicolon to allow comments on the same line.
  24. o  The order is VERY important.
  25. o  Line spacing for 9 pin printers is 8/72". The line spacing command
  26.    may be combined with any other initialization commands on line two.
  27.    24 pin printers use 24/180" line sapcing. (i.e., Epson LQ-2500 = 27,51,24)
  28. o  The graphics mode command usually ends with two numbers telling the 
  29.    printer how many bytes of graphics data to expect. In our example above,
  30.    these numbers are: 128 and 2.
  31.    The numbers are based on the following calculations:
  32.  
  33.           #1 is the REMAINDER of 640 (dots per line) / 256 = 128
  34.       and #2 is the QUOTIENT (whole number) of   640 / 256 = 2
  35.  
  36.    24 pin printers use the High Resolution Graphics mode command.
  37.    (Epson LQ-2500 = 27,42,38,128,2) NOTICE: Final print resolution will
  38.    be equivalent to 9-pin quality.
  39.  
  40. o  Left margin indent is in DPI (Dots Per Inch) and must be added
  41.    to the third number in line 3 (128 in the example above).
  42. o  Pin flag is 9 for 9 pin, 24 for 24.
  43.  
  44.                MIDI INTERFACE CARD ADDRESS SPECIFICATION
  45.  
  46. Line 8 of this file may be used to designate a non-standard addresss for
  47. your MPU-401 compatable midi interface card. Standard addressing is based
  48. on Roland's original specifications of 330 hex. Some cards allow users to
  49. change the board's address to an alternate location (e.g., 338 hex).
  50. If line 8 is blank, L.M.P will expect your card to reside at 330 hex.
  51. You may change this by entering the desired address on line 8 followed
  52. by either a carriage return or semi-colon if a comment is desired.
  53. Your entry must be in decimal, thus 330 hex would be 816, 338 hex = 824, etc.
  54.  
  55. Line 9 of this file uses the default MPU-401 interrupt Request number of 2.
  56. You may alter this if necessary to match your particular card setting if it
  57. is user configurable.
  58.  
  59. NOTICE: Proper selection and coordination of IRQ assignments can casue your
  60. system to malfunction irratically or more likely crash. IRQ's allow an inter-
  61. face card to get your computer's attention. Roland's notorious MPU-401 uses
  62. IRQ 2. But this can sometimes conflict with other cards in your computer such
  63. as a mouse, a clock/calendar card, some hard disk controllers, etc. If you
  64. have another device fighting over IRQ 2, then you'll have to change one of
  65. them to an unused IRQ number. If you find it necessary or desirable to change
  66. your MIDI card's IRQ, then you will have to include this number on line 9.